C1.DataCollection.SignalR.Client Assembly / C1.DataCollection.SignalR.Client Namespace / C1ProxyDataCollection<T> Class / CanSort Method
The sort descriptions to be checked whether the collection can be sorted.

In This Topic
CanSort Method (C1ProxyDataCollection<T>)
In This Topic
Returns whether the collection is able to sort the specified sortDescriptions.
Syntax
'Declaration
 
Public Overrides Function CanSort( _
   ByVal ParamArray sortDescriptions() As SortDescription _
) As Boolean
 

Parameters

sortDescriptions
The sort descriptions to be checked whether the collection can be sorted.
See Also